The H5G_GET_NMEMBERS function returns the number of objects within a group.
Note: This function is not part of the standard HDF5 interface, but is provided as a programming convenience. The H5Giterate() C function is used to retrieve the number of members.
Result = H5G_GET_NMEMBERS(Loc_id, Name)
Returns the number of objects.
An integer representing the identifier of the file or group.
A string representing the name of the group for which to retrieve the number of members.
None
5.6 |
Introduced |